From 3fff4bd0915deeb5b009557113eb98d72b0fe1cd Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 3 Jan 2011 13:09:00 +0100 Subject: [PATCH] GtkRadioButton: Use "radio" style class instead of "check" --- gtk/gtkradiobutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index 424d8505f4..4044b3ed1d 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.c @@ -952,7 +952,7 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button, allocation.width - (2 * border_width), allocation.height - (2 * border_width)); - gtk_style_context_add_class (context, GTK_STYLE_CLASS_CHECK); + gtk_style_context_add_class (context, GTK_STYLE_CLASS_RADIO); gtk_render_option (context, cr, x, y, indicator_size, indicator_size); -- 2.30.2